public abstract class SelectedCollectionBase<T> : Infragistics.Collections.CollectionBase<T>, Infragistics.ICollectionBase, Infragistics.ICollectionBase<T>
where T: Infragistics.ISelectableObject
'宣言
Public MustInherit Class SelectedCollectionBase(Of T As Infragistics.ISelectableObject)
Inherits Infragistics.Collections.CollectionBase(Of T)
Implements Infragistics.ICollectionBase, Infragistics.ICollectionBase(Of T)